From: Richard M. Stallman Date: Thu, 18 Mar 1993 19:22:48 +0000 (+0000) Subject: (make-frame): Renamed from new-frame. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96814 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=92e443b1559cf7ca416185e1ecd8ad334be7fee1;p=emacs.git (make-frame): Renamed from new-frame. (new-frame): Alias for make-frame. --- diff --git a/lisp/frame.el b/lisp/frame.el index 989b3efa2ec..2607d360ab0 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -236,7 +236,9 @@ These supercede the values given in `default-frame-alist'.") (> (minibuffer-depth) 0) t))) -(defun new-frame (&optional parameters) +;; Alias, kept temporarily. +(fset 'new-frame 'make-frame) +(defun make-frame (&optional parameters) "Create a new frame, displaying the current buffer. Optional argument PARAMETERS is an alist of parameters for the new